Post

data class Post(val includeWalletMetadata: Boolean = true, val jarEncryption: EncryptionRequirement = EncryptionRequirement.NotRequired, val useWalletNonce: NonceOption = NonceOption.Use()) : SupportedRequestUriMethods(source)

Options related to request_uri_method equal to post

Parameters

includeWalletMetadata

whether to include wallet metadata or not

jarEncryption

whether to request JAR be encrypted or not

useWalletNonce

whether to use wallet_nonce

Constructors

Link copied to clipboard
constructor(includeWalletMetadata: Boolean = true, jarEncryption: EncryptionRequirement = EncryptionRequirement.NotRequired, useWalletNonce: NonceOption = NonceOption.Use())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard